home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / shared / snns / snnsv3_0.z / snnsv3_0 / SNNSv3.0 / Readme.install < prev    next >
Text File  |  1993-03-25  |  3KB  |  71 lines

  1. **********************************************************************
  2.     SNNS Version 3.0 Installation 
  3. **********************************************************************
  4.  
  5. Note that  SNNS has not been tested extensively  in different computer
  6. environments and is a research tool with frequent substantial changes.
  7. It should be obvious that we don't guarantee anything. We are also not
  8. staffed to answer problems with SNNS or to fix bugs quickly.
  9.  
  10. SNNS  currently runs on colour or black and white Sun-3, Sun-4 (SPARC)
  11. systems  under  SunOS 4.1.1  with X-Windows  X11R4 and  X11R5  (Athena
  12. widget set,  twm, MIT  fonts etc.)  and under Sun  OpenWindows 3.0. It
  13. also  runs  on DecStations  with MIPS R3000  Processor with  X-Windows
  14. X11R4 and  X11R5. It has not been tested on out of the box DecStations
  15. with DecWindows. It has also been tested recently on  the  IBM RS 6000
  16. with AIX version  3.1. In general, the SNNS kernel will run  on almost
  17. any  Unix  system, while  the  graphical  user  interface  might  give
  18. problems with systems which are not fully X11R4 (or X11R5) compatible.
  19.  
  20. To build SNNS  in the  directory in which  you have moved it you first
  21. have  to generate  the correct Makefiles for your machine architecture
  22. and window system used. To do this, simply call the shell script
  23.  
  24.     configure
  25.  
  26. This prompts you for information  about  the  machine architecture and
  27. the  window system  and  builds  all  necessary  makefiles  with  this
  28. information. It uses templates found in  the  directory  configuration
  29. for  this task. At the end of this script,  you will be told about the
  30. next step to build the simulator.
  31.  
  32. The next step to build the simulator is  usually  to build  the kernel
  33. and the graphical user interface with the command
  34.  
  35.         build sim
  36.  
  37. or with the two commands
  38.  
  39.         build kernel
  40.         build xgui
  41.  
  42. This script descends into the appropriate subdirectories and calls the
  43. makefiles  in  these  subdirectoires  to  compile all necessary source
  44. files  and link  the  object  files  into  one  executable  file.  The
  45. executable is located in
  46.  
  47.         <SNNS-dir.>/xgui/bin/<architecture>/xgui
  48.  
  49. where <SNNS-dir.> is the current  SNNS directory and <architecture> is
  50. the machine architecure, e.g.  sun3, sparc, dec, rs6000, or others.
  51.  
  52. We  usually  build  a symbolic link  named  'snns'  to  point to  this
  53. executable if we often work on the same machine architecture.
  54.  
  55.         ln -s  xgui/bin/<architecture>/xgui  snns
  56.  
  57. This link  may also  be  placed in the  user home  directory (with the
  58. proper path prefix to SNNS) or in a directory of binaries in the local
  59. users' search path.
  60.  
  61. The simulator is then called simply with
  62.  
  63.         snns
  64.  
  65. For  further details about calling the simulator  and working with the
  66. graphical user interface see the user manual.
  67.  
  68. **********************************************************************
  69.     End of document 'SNNS Version 3.0 Installation'
  70. **********************************************************************
  71.